Deletes an existing job.
To use this endpoint, select Write Jobs under the Equipment category when creating or editing an API token. Learn More.
Submit Feedback: Likes, dislikes, and API feature requests should be filed as feedback in our API feedback form. If you encountered an issue or noticed inaccuracies in the API documentation, please submit a case to our support team.
curl --request DELETE \
--url https://api.samsara.com/beta/industrial/jobs \
--header 'Authorization: Bearer <token>'{
"id": "1553",
"uuid": "8d218e6c-7a16-4f9f-90f7-cc1d93b9e596"
}Documentation Index
Fetch the complete documentation index at: https://samsara-showcase.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
A jobId or uuid in STRING format. JobId must be prefixed with jobId:(Examples: "8d218e6c-7a16-4f9f-90f7-cc1d93b9e596", "jobId:98765").
curl --request DELETE \
--url https://api.samsara.com/beta/industrial/jobs \
--header 'Authorization: Bearer <token>'{
"id": "1553",
"uuid": "8d218e6c-7a16-4f9f-90f7-cc1d93b9e596"
}